length = 15;
start = Math.pow(10, length-1);
end = Math.pow(10, length) - 1;

Math.floor(random(start, end))



x = time + 22
Math.round(x*1) + " %"